Note: This statement is named Character in the Add Statement dialog box.
Returns the character representation of a Unicode value.
Syntax
Chr(UnicodeValue)
Arguments
| Argument | Description |
|---|---|
| UnicodeValue | Unicode value to convert. |
Return value
| Value | Description |
|---|---|
| Value | Converted Unicode character. |
Example
char = Chr(37)
PrintLn char